#login {
	margin: 30px;
}

.login-form {
	margin: 0 auto;
	position: relative;
	top: 0px;
	margin-bottom: 80px;
	background: #fbfbfb;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.company-form {
	margin-right:0px !important;
    margin-left: 0px !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	  border-top: 0px solid #ddd !important;
	  vertical-align: middle!important;
}
.row {
  /* margin-right: -15px; */
  /* margin-left: -15px; */
}

.login-form .header h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
	margin-bottom: 10px;
}

.login-form .header span {
	font-size: 13px;
	line-height: 16px;
	color: #444;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
}

.login-form .content {
	padding: 0 30px 50px 30px;
}

/* Input field */
.login-form .content .input {
	width: 270px;
	padding: 15px 25px;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

/* Second input field */
.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 25px;
}


.login-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.login-form .content .input:focus {
	background: #dfe9ec;
	color: #414848;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: relative;
	margin-left: 35.6%;
	padding-right: 2px;
	z-index: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.user-icon {
	top: 210px;
	/* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: rgba(65, 72, 72, 0.75) url(../img/user-icon.png) no-repeat
		center;
}

.pass-icon {
	top: 238px;
	background: rgba(65, 72, 72, 0.75) url(../img/pass-icon.png) no-repeat
		center;
}

/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: left 0.5s;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	-ms-transition: left 0.5s;
}

/*******************
FOOTER
*******************/
.login-form .footer {
	padding: 15px 30px;
	overflow: auto;
	background: #f3f3f3;
	border-top: 1px solid #fff;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}

/* Login button */
.login-form .footer .button {
	float: right;
	/* background: rgba(77, 145, 123, 0.8); */
	color: #f7f7f7;
	border: none;
	border-radius: 2px;
	padding: 6px;
	cursor: pointer;
	font-size: 14px;
	padding: 6px 14px;
}

.login-form .footer .button:hover {
	background: rgb(0, 166, 202);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;
	background: rgb(0, 166, 202);
	outline: none;
	box-shadow: inset 0 1px 6px rgba(256, 256, 256, 0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256, 256, 256, 0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256, 256, 256, 0.75);
}
.login-form .footer .forgot_password{
	cursor: pointer;
	display: inline;
    line-height: 30px;
    color: #777;
}
#forgot {
	color: #505050;
	font-size: 14px;
	position: relative;
	top: 5px;
	left: 40px;
}
/*verify css*/
.verify {
	width: 280px;
	height:41px;
	padding: 10px 5px;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 10px;
}

.verify:focus {
	background: #f2f2f2;
	color: #414848;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.verify:hover {
	background: #f2f2f2;
	color: #414848;
}

.config {
	width: 250px;
	padding: 7px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 10px;
}
.button:active{
	opacity: 0.8;
}
.button:focus{
	opacity:0.8;
}
@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #777 !important;
       background-image: none !important;
       border:0;
    }
}